runtime.consistentHeapStats.acquire (method)
14 uses
runtime (current package)
arena.go#L799: stats := memstats.heapStats.acquire()
arena.go#L960: stats := memstats.heapStats.acquire()
mcache.go#L162: stats := memstats.heapStats.acquire()
mcache.go#L240: stats := memstats.heapStats.acquire()
mcache.go#L273: stats := memstats.heapStats.acquire()
mcache.go#L300: stats := memstats.heapStats.acquire()
mgcscavenge.go#L792: stats := memstats.heapStats.acquire()
mgcsweep.go#L744: stats := memstats.heapStats.acquire()
mgcsweep.go#L796: stats := memstats.heapStats.acquire()
mheap.go#L1360: stats := memstats.heapStats.acquire()
mheap.go#L1504: stats := memstats.heapStats.acquire()
mheap.go#L1537: stats := memstats.heapStats.acquire()
mheap.go#L1625: stats := memstats.heapStats.acquire()
mstats.go#L768: func (m *consistentHeapStats) acquire() *heapStatsDelta {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |